home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Itcomm / auscomp-itcommander-win5.exe / {pf} / Firebird / include / ib_util.h next >
C/C++ Source or Header  |  2004-02-20  |  1KB  |  30 lines

  1. /*
  2.  *    PROGRAM:    UDF and Blob filter Utilities library
  3.  *    MODULE:        ib_util.h
  4.  *    DESCRIPTION:    Prototype header file for ib_util.c
  5.  *
  6.  * The contents of this file are subject to the Interbase Public
  7.  * License Version 1.0 (the "License"); you may not use this file
  8.  * except in compliance with the License. You may obtain a copy
  9.  * of the License at http://www.Inprise.com/IPL.html
  10.  *
  11.  * Software distributed under the License is distributed on an
  12.  * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
  13.  * or implied. See the License for the specific language governing
  14.  * rights and limitations under the License.
  15.  *
  16.  * The Original Code was created by Inprise Corporation
  17.  * and its predecessors. Portions created by Inprise Corporation are
  18.  * Copyright (C) Inprise Corporation.
  19.  *
  20.  * All Rights Reserved.
  21.  * Contributor(s): ______________________________________.
  22.  */
  23.  
  24. #ifndef _IB_UTIL_H
  25. #define _IB_UTIL_H
  26.  
  27. extern void *ib_util_malloc(long);
  28.  
  29. #endif /* _IB_UTIL_H */
  30.